'Declaration Protected ReadOnly Property InnerList As System.Collections.Generic.IList(Of T)
protected System.Collections.Generic.IList<T> InnerList { get; }
protected: __property System.Collections.Generic.IList<T*>* get_InnerList();
protected:
property System.Collections.Generic.IList<T^>^ InnerList { System.Collections.Generic.IList<T^>^ get(); }